home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / frame_17 / PlaceObject2_270_74 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-07  |  130 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    this._x -= 2;
  3.    if(this._x < -100)
  4.    {
  5.       this.gotoAndPlay(1);
  6.       this._x = X;
  7.    }
  8. }
  9.